home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / ixemulsdk.lha / man / cat3 / raise.0 < prev    next >
Text File  |  1992-08-10  |  1KB  |  67 lines

  1.  
  2. RAISE(3)                   UNIX Programmer's Manual                   RAISE(3)
  3.  
  4. NNAAMMEE
  5.      rraaiissee - send a signal to the current process
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssiiggnnaall..hh>>
  9.  
  10.      _i_n_t
  11.      rraaiissee(_i_n_t _s_i_g)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The rraaiissee() function sends the signal _s_i_g to the current process.
  15.  
  16. RREETTUURRNN VVAALLUUEESS
  17.      Upon successful completion, a value of 0 is returned.  Otherwise, a value
  18.      of -1 is returned and the global variable _e_r_r_n_o is set to indicate the
  19.      error.
  20.  
  21. EERRRROORRSS
  22.      The rraaiissee() function may fail and set _e_r_r_n_o for any of the errors speci¡
  23.      fied for the library functions getpid(2) and kill(2).
  24.  
  25. SSEEEE AALLSSOO
  26.      kill(2)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The rraaiissee() function conforms to ANSI C3.159¡1989 (``ANSI C'').
  30.  
  31. BSD Experimental                 June 29, 1991                               1
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.